home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / dragracer.swf / scripts / DefineButton2_1675 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-10-06  |  191 b   |  12 lines

  1. on(release){
  2.    if(LoadGame(dircont))
  3.    {
  4.       gotoAndStop("mmenu");
  5.       play();
  6.    }
  7.    else
  8.    {
  9.       prompt("ERROR","There was an error Reading your save file!",3);
  10.    }
  11. }
  12.